@media only screen and (min-width: 1921px){
	.new_table_style tbody tr td,
	.widget-title,
	.modal-body label, label,
	.modal-dialog .modal-content .modal-body input,
	.modal-dialog .modal-content .modal-body textarea,
	.modal-dialog .modal-content .modal-body select{
		font-size: 16px !important;
	}
	.box .cols h1,
	.chart-head h2.chart-title,
	.dropdown-item,
	.modal-header h2,
	.modal-body label, label,
	input, textarea, select, .form-control{
		/* font-size: 18px !important; */
		font-size: 16px !important;
	}
}
/* @media only screen and (min-width: 1440px){
	.modal-footer .modal_btn{
		font-size: 16px !important;
	}
	.breadcrum-section ul li a,
	.breadcrum-section ul li{
		font-size: 14px !important;
	}
} */
@media only screen and (min-width: 1440px) and (max-width: 1920px) {
	.new_table_style thead tr th,
	.new_table_style tbody tr td,
	.widget-title,
	.modal-body label, label,
	.modal-dialog .modal-content .modal-body input,
	.modal-dialog .modal-content .modal-body textarea,
	.modal-dialog .modal-content .modal-body select,
	.tab-links ul li a{
		/* font-size: 15px !important; */
		font-size: 14px !important;
	}
	.box .cols h1,
	.chart-head h2.chart-title,
	.dropdown-item,
	.modal-header h2,
	.modal-body label,
	label,
	input, textarea, select, .form-control{
		/* font-size: 16px !important; */
		font-size: 14px !important;
	}
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
	/* .candidate-detail-header .candidate-detail-header-wrapper,
	.box .cols h1,
	.modal-header h2{
		font-size: 17px !important;
	}
	.breadcrum-section ul li a, .breadcrum-section ul li,
	.new_table_style tbody tr td,
	.modal-body label, label,
	.modal-dialog .modal-content .modal-body input,
	.modal-dialog .modal-content .modal-body textarea,
	.modal-dialog .modal-content .modal-body select,
	.dropdown-item{
		font-size: 14px !important;
	}
	.new_table_style thead tr th{
		font-size: 16px !important;
	}
	.modal-footer .modal_btn{
		font-size: 15px !important;
	} */
	.new_table_style thead tr th,
	.new_table_style tbody tr td,
	.widget-title,
	.tab-links ul li a{
		/* font-size: 14px !important; */
		font-size: 13px !important;
	}
	.box .cols h1,
	.chart-head h2.chart-title,
	.dropdown-item,
	.modal-body label, label,
	input, textarea, select, .form-control{
		/* font-size: 16px !important; */
		font-size: 13px !important;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
	.new_table_style thead tr th,
	.new_table_style tbody tr td,
	.tab-links ul li a{
		font-size: 12px !important;
	}
	.box .cols h1,
	.chart-head h2.chart-title,
	.dropdown-item,
	.modal-body label, label,
	input, textarea, select, .form-control{
		font-size: 12px !important;
	}
	.icon_btnstyle{
		margin-right: 8px;
	}

}
@media only screen and (min-width:1024px) and (max-width: 1400px) {
	.status-keys-list .processed-status, .yellow-status, .inprogress-status,
	.processing-status, .notstarted-status, .red-status,
	.assigned-status, .invoiced-status, .green-status, .paid-status,
	.authorised-status, .blue-status, .deferred-status {
		font-size: 10px;
		padding: 4px 3px;
	}
}
@media only screen and (min-width:1024px) and (max-width: 1440px) {
	/* .tab-links ul li a {
		padding: 12px 12px !important;
	} */
	.layout-link {
		width: calc(16% - 6px);
	}
	.data_img {
		width: 16px;
	}
}
@media only screen and (max-width:1366px) {
	.smdetailbox .sm-img {
		width: 38px;
	}
	.sm-text {
		width: calc(100% - 43px);
	}
	.customtopdetails .smdetailbox {
		padding: 15px;
	}
	.box.box-inline-block .w-75, .schedule-main .w-75 {
		width: calc(100% - 420px) !important;
	}
	.box.box-inline-block .w-25, .schedule-main .w-25 {
		width: 400px !important;
	}
	#employmenthistory-info .table-content table tbody td, #rewardhistory-info .table-content table tbody td, #righttowork .table-content table tbody td, #attachment-info .table-content {
		white-space: nowrap;
	}
	#righttowork-info .table-content, #attachment-info .table-content {
		overflow-x: auto;
	}

	.mycal_mb_datebox {
		font-size: 14px;
	}
	.social-links li a {
		height: 26.8px;
		width: 26.8px;
	}

	.year-scheduler-inner .mycal-year:nth-child(4n+0) {
		margin-right: 30px;
	}
	.year-scheduler-inner .mycal-year:nth-child(3n+0) {
		margin-right: 0px;
	}
	.year-scheduler-inner .mycal-year {
		width: calc(33.33% - 20px);
		float: left;
	}

}

@media only screen and (max-width: 1299px) {
	.invoice-list .main-content-header {
		overflow-y: auto;
  	}
	.tab-links .nav-tabs {
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: auto;
	}

	.tab-links .nav-tabs::-webkit-scrollbar {
	  display: none;
	}
  	/* .invoice-list .main-content-header table tr td {
		white-space: nowrap;
	} */

	.interview-list .topsearch {
		max-width: 180px;
	}

	.chart-box.titles_wrapper .view_link_btn {
		padding-right: 1px !important;
	}

	.chart-box.titles_wrapper .icon_btnstyle {
		width: 22px;
		height: 22px;
	}

	.chart-box.titles_wrapper .widget-title {
		font-size: 11px;
	}

	.chart-box.titles_wrapper .icon_btnstyle img {
		margin-top: -7px;
		max-width: 13px;
		max-height: 14px;
	}
	.chart-box.titles_wrapper .widget-header,
	.chart-box.titles_wrapper .widget-body{
		padding-left: 5px;
	}
	/* .chart-title,
	.box .cols h1{
		font-size: 12px;
	}.new_table_style thead tr th,
	.new_table_style tbody tr td{
		font-size: 11px !important;
	} */
	.chart-head{
		padding-right: 10px;
	}
	.chart-title{
		font-size: 14px;
	}

	ul#select2-area_chart_month-results {
		padding: 0 10px;
	}
	.total_candi_selection span.select2.select2-container {
		width: 96px !important;
	}
}

@media only screen and (min-width:1024px) and (max-width: 1280px) {
	.documents-bluebox-right .button_style2 {
	    font-size: 11px;
	    padding: 10px;
	}
	.box.box-inline-block .w-25 {
    	width: 390px !important;
    }
    .box.box-inline-block .w-75 {
    	width: calc(100% - 410px) !important;
    }
    .attachment-cards {
    	padding: 20px 15px;
    }
    .attachment-icon i {
	    font-size: 20px;
	    margin-right: 6px;
	}
	.detailtopheader .left {
		width: 75%;
	}
	.detailtopheader .right {
		width: calc(25% - 5px);
	}
	.options li {
		margin-right: 10px;
	}
	/* .more-btn, .more-btn:hover {
		width: 55px;
	} */
	.tab-links {
		height: auto;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.detailtopheader .left {
		width: 80%;
	}
	.detailtopheader .right {
		width: calc(20% - 5px);
	}
	.detailtopheader ul li {
	    padding-left: 20px;
	}
}
@media only screen and (max-width: 1308px) and (min-width: 1024px){
    .detailtopheader ul li {
        padding-left: 15px;
    }
    .detailtopheader .left {
        width: 82%;
    }
    .detailtopheader .right {
        width: calc(18% - 5px);
    }
    .interview-list .detailtopheader ul li .links {
	    font-size: 11px !important;
	}
}
@media only screen and (max-width: 1400px){
	.interview-list .detailtopheader ul li {
	    padding-left: 15px;
	}
	/* .candidate-detail-header.client_header_wrapper .options,
	.candidate-detail-header.client_header_wrapper .social-links{
		display: block;
		margin-bottom: 8px;
	} */
}
@media only screen and (min-width: 1366px){
	.width-133{
		width: 133px;
	}
	.task-list .detailtopheader .left {
	    width: 76%;
	}
	.task-list .detailtopheader .right {
	    width: calc(24% - 5px);
	}


}
@media only screen and (min-width: 1280px){
	.task-list .detailtopheader ul li.pad-l-25 {
	    padding-left: 25px;
	}
	.col-xl-20{
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media only screen and (max-width: 1366px){
	.task-list .topsearch {
	    width: 113px;
	}
	.width-133{
		width: 108px;
	}
	.width-200 {
	    width: 144px;
	}
}
@media only screen and (max-width: 1400px) {
    .interview-list .detailtopheader ul li {
        padding-left: 12px;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1024px){
    .interview-list .detailtopheader .right {
        width: calc(19% - 5px);
    }
    .interview-list .detailtopheader .left {
        width: 81%;
    }
}

@media only screen and (min-width: 1366px) {
    .width-133 {
        width: 133px;
    }

    .task-list .detailtopheader .left {
        width: 76%;
    }

    .task-list .detailtopheader .right {
        width: calc(24% - 5px);
    }

}

@media only screen and (min-width: 1280px) {
    .task-list .detailtopheader ul li.pad-l-25 {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 1366px) {
    .task-list .topsearch {
        width: 113px;
    }
    .width-133 {
        width: 108px;
	}

}
/* @media only screen and (max-width: 1325px){
	.candidate-detail-header.candidate_header_wrapper .options,
	.candidate-detail-header.candidate_header_wrapper .social-links{
		display: block;
		margin-bottom: 8px;
	}
} */
